Skip to content

Instantly share code, notes, and snippets.

Minimal Unreal New Project Setup

Skip the Launcher and create a new project directly

What is the minimal number of required files and folders needed to create an Unreal Engine Project? Surprisingly little -- one, one-line file to be specific -- and you can launch without needing to use the Launcher or have unreal prompt for a Template project.

Maybe the interesting thing here is that this is an option for some kind of automation. It's literally just create a one-line file, "open" it, and (maybe) select your chosen Unreal version.

Given the number of dev and test files I create, this is a nice direct way to get up and going.

@BrasilChannel
BrasilChannel / Canais Full
Last active September 12, 2026 03:13
Canais Full
#EXTM3U
#EXTINF:-1 tvg-id="" tvg-name="A Fazenda Nova Chance HD" tvg-logo="https://i.imgur.com/FuRKLSq.png" group-title="Premiere",A Fazenda Nova Chance HD
http://giantofthefuture.gleeze.com:25461/live/colepty1679/Hbplloxye/4776.ts
#EXTINF:-1 tvg-id="" tvg-name="A Fazenda Nova Chance (Apenas Brasil)" tvg-logo="https://i.imgur.com/FuRKLSq.png" group-title="Premiere",A Fazenda Nova Chance (Apenas Brasil)
https://afazendaoitohls1-lh.akamaihd.net/i/afazendaoitohls1_1@379189/index_480_av-p.m3u8
#EXTINF:-1 tvg-id="" tvg-name="A Fazenda Nova Chance HD Alternativo (Apenas Brasil)" tvg-logo="https://i.imgur.com/FuRKLSq.png" group-title="Premiere",A Fazenda Nova Chance HD Alternativo (Apenas Brasil)
https://afazendaoitohls1-lh.akamaihd.net/i/afazendaoitohls1_1@379189/index_720_av-p.m3u8
#EXTINF:-1 tvg-id="" tvg-name="A Fazenda Nova Chance Alternativo (Apenas Brasil)" tvg-logo="https://i.imgur.com/FuRKLSq.png" group-title="Premiere",A Fazenda Nova Chance Alternativo (Apenas Brasil)
https://afazendaoitohls1-lh.akamaihd.n
@ricardocuellar
ricardocuellar / python_installations.md
Created February 6, 2025 19:47
Instalaciones recomendadas - Curso de Python

Instalaciones recomendadas - Curso de Python: Fundamentos hasta los detalles.

Python Logo

Generales

  1. Instalar Python
  2. Verificar instalación de Python
    • python3 --version
    • python --version

Instalar editor de código o IDE. (Elige el que más se acomode a ti)

@master85ca
master85ca / Lista.json
Created September 10, 2026 00:58
Wal
{
"name": "OndoTv.w3u",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Flag_of_Paraguay_%281813-1840%29.svg/960px-Flag_of_Paraguay_%281813-1840%29.svg.png",
"author": "ENZO799-ui",
"url": "https://raw.githubusercontent.com/ENZO799-ui/OndoTv.apk/refs/heads/main/OndoTv.w3u",
"info": "PERDON POR LAS MOLESTIAS, ES QUE COMO ESTOY AGREGANDO MAS CANALES, ME CUESTA CORREGIR UNAS SIMPLES COMAS, YA ESTA REPARADA AHORA",
"groups": [
{
"name": "AGENDA DEPORTIVA",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRyTuElHeWDzR_HbVMHJ7dyGxAUIn2xzxKjA2b23iUpTw&s=10",
@Integralist
Integralist / Go vs Rust - syntax differences.md
Last active September 12, 2026 03:11
Go: syntax differences with Rust #go #rust

The following examples are written from the perspective of an engineer who writes code using the Go programming language, and so you'll find that I've written notes about how Rust is different and I don't really cover the why or how of the example Go code. Additionally, the Go examples are far from exhaustive because I'm using this as a 'scratch pad' for my Rust learnings.

Error Handling

Go example

@huihut
huihut / Windows10-professional-activation.md
Created August 2, 2018 09:32
Windows10 专业版 激活方法
  1. 以管理员身份运行CMD
  2. slmgr.vbs /upk
  3. slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
  4. slmgr /skms zh.us.to
  5. slmgr /ato
@almahmudbd
almahmudbd / free-ai-api.md
Last active September 12, 2026 03:04
Free Ai Api keys and credits for agentic coding.

Free AI API Keys for Agentic Coding

Usage Tips

  • Do not subscribe to every service at once. Most free credits expire quickly. Test them one by one and move to the next when your current credits run out.
  • Register, verify your account, and claim your credits. Follow each platform's documentation to connect your coding tools.
  • Keep your API keys private. Do not share them publicly. (save or star this gist for future update)

List 1: Top Sites in This Genre

@k16shikano
k16shikano / SKILL.md
Last active September 12, 2026 03:02
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、翻訳調の比喩と擬人化の禁止(「運ぶ」「効く」「開かれた問い」など)、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。
license Unlicense(https://gist.github.com/k16shikano/67625f2a7d96e3bbdfae8d571a936063

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。

@shmookey
shmookey / README
Created January 7, 2022 05:54
3103 common 5-letter words
this word list comprises the intersection of 5 letter words occurring in three source lists:
- wikipedia's list of most 100k most common words in the english language
- the american english dictionary file on my laptop
- the british english dictionary file on my laptop
the source lists are sanitised by dropping words that contain non-alphabetic or non-ascii
characters and converting capitals to lowercase.
only words that occur in all three resulting lists are kept.